home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / ramt_061.zip / RAMT.DOC next >
Text File  |  1991-10-28  |  5KB  |  117 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                        RemoteAccess Messages Tools 0.60
  14.  
  15.  
  16.                              Public Beta Release
  17.  
  18.  
  19.                       Copyright 1991 by Chris Patterson
  20.                              All Rights Reserved
  21.  
  22.  
  23.  
  24.  
  25.     This product is used to perform a variety of sundry functions on the
  26. message base files used by RemoteAccess.  For a complete list of functions
  27. that are currently implemented and those which are in development, see the 
  28. list below.
  29.  
  30.  
  31. RAMT Export - Export Message To Text File(s) With Options
  32.  
  33.     The purpose of this function is to take information from the message base
  34. file and create a readable text file that may be browsed using a standard
  35. list program.  There are many reasons that one may want to have this type of
  36. capability available.  In the export operation, many options are available to
  37. allow a "tailored" output file to be created.  The options are:
  38.  
  39. -B[OARDS]       This option allows the operator to specify which 
  40.                 boards should be exported.  Multiple boards may be
  41.                 specified by using a "," between each board number.
  42.                 An "*" indicates that all boards should be included.
  43.  
  44.                 -B 13,17,24     would exports messages on board
  45.                                 numbers 13, 17 and 24.
  46.  
  47.                 -B *            would export messages from all boards.
  48.  
  49.  
  50. -FI[RST]        Specify the first message number that should be 
  51.                 processed.  This uses the global message base number
  52.                 and not the message number within the current area.
  53.  
  54.                 -FI 1000        would only qualify messages with a
  55.                                 number of 1000 or higher
  56.  
  57. -FR[OM]         The FROM field of the message header is searched for
  58.                 the specified text.  This is not an exact search and
  59.                 is not case sensitive.
  60.  
  61.                 -FR "Chris P"   would search for all messages that
  62.                                 contained the string "CHRIS P" in the
  63.                                 message header.
  64.  
  65. -K[LUDGES]      By specifying this option, all kludge information in
  66.                 the message (lines that being with ^A) will be displayed
  67.                 as normal text within the message body.
  68.  
  69. -L[AST]         Specify the last message number that should be 
  70.                 processed.  This uses the global message base number
  71.                 and not the message number within the current area.
  72.  
  73.                 -L 1500         would only qualify messages with a
  74.                                 number of 1500 or lower
  75.  
  76. -M[ULTIPLE]     Specifies that multiple output files should be created,
  77.                 one file for each message board searched.  If the output
  78.                 filename specified is longer than five characters, it 
  79.                 will be truncated to allow the concatenation of the 
  80.                 board number.
  81.  
  82. -O[UTPUT]       Indicates the name of the file(s) to which output should
  83.                 be written.  This may include drive, path, filename and
  84.                 extension.  If the multiple option is used, the filename
  85.                 will be truncated to 5 characters in length.
  86.  
  87.                 -O e:\USER.TXT  would export messages to E:\USER.TXT or
  88.                                 in multiple mode, E:\USER001.TXT
  89.  
  90. -S[UBJECT]      The subject line in the message header is searched for
  91.                 the specified text.  This is the same as the FROM and
  92.                 TO options, in that the search is not exact NOR case
  93.                 sensitive.
  94.  
  95.                 -S "network"    would search for messages that contained
  96.                                 the string "NETWORK" in their subject
  97.                                 line.
  98.  
  99. -TH[READ]       This tells the exporter to group messages by their
  100.                 subject lines, in order to provide a more linear thought
  101.                 pattern while reading messages.
  102.  
  103. -TO             The TO line in the message header is searched for the
  104.                 specified text.  This is the same as the FROM and SUBJECT
  105.                 options, no case sensitivity is required.  
  106.  
  107.                 -TO "Chris P"   would search for messages that were to
  108.                                 an individual containing the string
  109.                                 "CHRIS P" in their name.
  110.  
  111. -U[SER]         This option is currently under development.  It will allow
  112.                 the specification of a user that is in the USERS.BBS file.
  113.                 The message base will then only qualify boards/messages 
  114.                 which can be read by that user.  The above qualifications
  115.                 are all still valid in addition to this option.  More will
  116.                 be available on this option at a later date.
  117.